Search
XmlContext.writeEnum Method
See Also
 






Writes the specified Enumeration as an XML element with the specified name and the specified parent.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Element writeEnum (
    Enum<?> value,
    String elementName,
    Element parentElement
)

 Parameters

value

The Enumeration to write.

elementName

The name of the new XML element.

parentElement

The parent of the new XML element.

 Return Value

The newly created XML element.

 See Also